home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Oarray.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  223b  |  13 lines

  1. #ifndef _OARRAY_H_
  2. #define _OARRAY_H_
  3.  
  4. enum
  5. {
  6.     ARRAYOBJECT_RADIUS            = 1000,
  7.     ARRAYOBJECT_COPIES            = 1001,
  8.     ARRAYOBJECT_AMPLITUDE        = 1002,
  9.     ARRAYOBJECT_FREQUENCY        = 1003,
  10.     ARRAYOBJECT_CIRCLEFREQ    = 1004
  11. };
  12.  
  13. #endif